home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / Win95 / Network Utils / NUTILS / NW_SEC.DOC < prev    next >
Encoding:
Text File  |  1994-01-03  |  2.3 KB  |  54 lines

  1. NW_SEC.EXE documentation
  2. May 5, 1993
  3.  
  4. NW_SEC is a program written to scan the bindery of a NetWare server to 
  5. check for several of the situations that are discouraged by a standard
  6. corporation's Security Guidelines.
  7.  
  8. The person running this utility must be Supervisor or Supervisor 
  9. equivalent.  If not, the program will terminate with an appropriate 
  10. message.
  11.  
  12. To scan for a particular user, print server, or user group, enter 
  13. "NW_SEC <name>", where name is the name of the user in question.  To
  14. scan ALL objects on a server, enter "NW_SEC *".  This global scan will
  15. also write data to the end of a file called NW_SEC.LOG in the current
  16. working directory.
  17.  
  18. Each scanned object will be represented by a line similar to the 
  19. following:
  20.  
  21. +------------------------------------------------------------------------+
  22. |DALEPUS003  /MANOWELL             [ac000162] U Marc A. Nowell           |
  23. |[              ]     0                                                  |
  24. +------------------------------------------------------------------------+
  25.  
  26. The first item is the name of the server being scanned, the second item is
  27. the name of the scanned object.  The next item is an eight-byte hex ID that
  28. represents the NetWare object identification, the fourth item is a "U", "G",
  29. or "P" to signify a User, Group, or Print Server.  The fifth item is the
  30. full name of the object, or "n/a" if none is present.  The next item is a 
  31. set of flags that indicate "hits" against the security guidelines, as 
  32. keyed by the list at the end of this document.  The last item is the number
  33. of days since the object has last logged in.
  34.  
  35. Note that the screen display will appear as above on two lines, disk output
  36. will be on a single long line to allow for easy sorting and printing.
  37.  
  38.  
  39. Key to Flags:
  40.  
  41. (X) A. Account has been disabled
  42. (X) B. Account has expired
  43. (X) C. Account has not been used in 21 days
  44. (X) D. Account has unlimited grace logins
  45. (X) E. Account has more than 3 grace logins
  46. (X) F. Account is SUPERVISOR equivalent (will also BEEP during scan!)
  47. (X) G. Account has no full name specified
  48. (X) H. Password has expired
  49. (X) I. Password is not required
  50. (X) J. Password length requirement less than 6/8 characters
  51. (X) K. Password is non-existent
  52. (X) L. Password expiration interval is greater than 90/30 days
  53. (X) M. Password is not required to be unique
  54.